home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / shaders / k3d_noisysmoke.sl.slmeta < prev    next >
Encoding:
Text File  |  2004-07-23  |  2.0 KB  |  25 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="volume" name="k3d_noisysmoke">
  4.             <description>Creates a volumetric smoke with random variations in density</description>
  5.             <authors>Larry Gritz</authors>
  6.             <argument name="density" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="60"/>
  7.             <argument name="integstart" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  8.             <argument name="integend" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="100"/>
  9.             <argument name="stepsize" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.1"/>
  10.             <argument name="debug" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  11.             <argument name="use_lighting" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  12.             <argument name="use_noise" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  13.             <argument name="scatter" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 1 1"/>
  14.             <argument name="octaves" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="3"/>
  15.             <argument name="freq" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  16.             <argument name="smokevary" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  17.             <argument name="lightscale" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="15"/>
  18.         </shader>
  19.     </shaders>
  20. </k3dml>
  21.  
  22.  
  23.  
  24.  
  25.